.nav-con a:hover {
	color:#EFEFEF;
}
.nav-con{
	 position: absolute; 
	 top: 0px;
	 left: 0px;
	 z-index: 13000;
	 width: 100%;
	 text-align: right;
}
.nav-con-row{
	width: 100%;
	text-align: left;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.h10{height:10px;}
.h15{height:15px;}
#header{width:1000px; margin:0 auto;}
.navBar {
	position: absolute;
	right: 20px;
	top:0px;
	height:44px;
	line-height:44px;
	color:#FFFFFF;
}
.nav {
	position:relative;
	margin:8px auto;
	margin-right: 20px;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#fff;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
}
.nav h3 a {
	display:block;
	width:110px;
	text-align:center;
	font-weight:bold;
}
.nav .sub {
	display:none;
	position:absolute;
	left:-3px;
	top:44px;
	z-index:1;
	border-top:0;
	background:#fff;
}
.nav .sub>li {
	padding:0px 10px;
	text-align: center;
	min-width: 110px;
	position: relative;
	background: #FFFFFF;
}
.nav .sub>li a {
	display:block;
	line-height: 36px;
	height:36px;
	line-height:36px;
	color:#666666;
	font-size:13px;
	font-weight:600;
}
.nav .sub>li:hover {
	background: #FAFAFA;
}
.nav .sub>li:hover>a{
	color:#9b1514;
}
.sub-sub{
	position: absolute;
	top: 0px;
	left: 110px;
	background: #FFFFFF;
	display: none;
}
.sub-sub>li{
	font-size: 13px;
	color: #666666;
	white-space: nowrap;
	padding: 0px 10px;
	height: 36px;
        min-width: 110px;
}
.sub-sub>li>a{
	line-height: 36px;
	height:36px;
	vertical-align: top;
}
	
.sub-sub>li:hover{
	background: #FAFAFA;
	cursor: pointer;
}
.sub-sub>li:hover a{
	color: #9b1514;
}

.nav .block {
	height:3px;
	width:110px;
	background:#FFFFFF;
	position:absolute;
	left:0;
	top:40px;
	overflow:hidden;
}
.search-con{
	 position: absolute;
	 left: 40px;
	 top:14px;
	 background:none;
}
.search-con-position{
	position: relative;
	padding: 0px 4px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
}
.search-con input{
	width:0px;
	height:34px;
	line-height: 34px;
	background:none;
	border: none;
	box-shadow: none;
	padding: 0px;
	font-size:12px;
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: top;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search-con-position img{
	width: 22px;
	height: 22px;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 4px;
}
.search-con-bg{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 34px;
	background: #000;
	z-index: -2;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px 17px 17px 17px;
	border-radius: 17px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
	filter: Alpha(opacity=5); /* IE */   
	-moz-opacity:0.05;    /* FF 主要是为了兼容老版本的FF */
	opacity:0.05;
	border:2px solid hidden;
}
.search-con-position:hover{
	padding: 0px 8px;
}
.search-con-position:hover input{
	width: 172px;
	padding: 0px 8px;
}
.search-con-position:hover .search-con-bg{
	filter: Alpha(opacity=50); /* IE */   
	-moz-opacity:0.5;    /* FF 主要是为了兼容老版本的FF */
	opacity:0.5;
	border:2px solid #FFFFFF;
}
